home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c,comp.lang.c++,comp.binaries.wanted
- Subject: Re: need: dos.h (C header file) including inportb() and outportb() functions!!!
- Date: 20 Mar 1996 07:41 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <20MAR199607413531@erich.triumf.ca>
- References: <4ih1pu$7q5@vip.cybercity.dk>
- NNTP-Posting-Host: erich.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4ih1pu$7q5@vip.cybercity.dk>, monsted@cybercity.dk (Monsted) writes...
- >I need a dos.h header file that includes inportb and outportb
- >functions for COM & LPT I/O!
- >
- >These functions are not included in MSVC++!
-
- dos.h by itself won't help. Header files are just text files containing
- function prototypes and associated typedefs and #defines. The actual functions
- are in a library. For Borland and Microsoft DOS compilers, these functions are
- in the main library.
-
- Perhaps they are not in the Visual C++ library. There are apparently many
- DOS-specific functions that cannot be used under Windoze - perhaps that is the
- case here.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
-
-
-
-
-
-
-